compress/flate.dictDecoder.availWrite (method)
4 uses
compress/flate (current package)
dict_decoder.go#L72: func (dd *dictDecoder) availWrite() int {
inflate.go#L504: if f.dict.availWrite() == 0 {
inflate.go#L611: if f.dict.availWrite() == 0 || f.copyLen > 0 {
inflate.go#L669: if f.dict.availWrite() == 0 || f.copyLen > 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)